home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / BumperCar 2.0 (demo).dmg / BumperCar 2.app / Contents / Resources / English.lproj / InfoPlist.strings < prev    next >
Text (UTF-16)  |  2006-02-06  |  860b  |  19 lines

  1. /* Localized versions of Info.plist keys */
  2.  
  3. CFBundleName = "BumperCar 2.0";
  4. NSHumanReadableCopyright = "© Freeverse Software, 2004-2005";
  5.     <key>CFBundleURLTypes</key>
  6.     <array>
  7.         <dict>
  8.             <key>CFBundleURLName</key>
  9.             <string>Web site URL</string>
  10.             <key>CFBundleURLSchemes</key>
  11.             <array>
  12.                 <string>http</string>
  13.                 <string>https</string>
  14.             </array>
  15.             <key>LSIsAppleDefaultForScheme</key>
  16.             <true/>
  17.         </dict>
  18.     </array>
  19.